home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("ReturnB")
- puppetSprite(13, 1)
- set the castNum of sprite 23 to 119
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 23 to 120
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 23 to 119
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 23 to 120
- updateStage()
- puppetSprite(13, 0)
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- set gNext to "none fade"
- go("more return")
- end
-